home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Dev / PMM / Batch / GenProto.s < prev    next >
Encoding:
Text File  |  1999-12-03  |  162 b   |  10 lines

  1. FailAt 20
  2.  
  3. Cd $PMMIN
  4.  
  5. if Exists $PMMCHECK_PMM
  6.     Execute "$PMMCHECK_PMM"
  7. Else
  8.     Pmm:bin/GenProto -b "-f%R\t%N %P;\t\t/** %F\t**/\n" "$PMMCHECK" >> T:Tmp-Proto
  9. EndIf
  10.